Microsoft DirectX 8.1 (C++)

ITuningSpace::EnumDeviceMonikers

(Currently not implemented.) The EnumDeviceMonikers method creates an enumerator of device monikers representing the tuner inputs (filters) supporting this tuning space.

Syntax

HRESULT EnumDeviceMonikers(
    IEnumMoniker** ppEnum
    );

Parameters

ppEnum

[out] Address of an IEnumMoniker interface pointer that receives the returned enumeration object.

Return Values

Returns E_NOTIMPL.

Remarks

This method is hidden from automation languages.

See Also